time.Location.name (field)
10 uses
time (current package)
format.go#L626: buf = append(buf, quote(loc.name)...)
zoneinfo.go#L24: name string
zoneinfo.go#L76: var utcLoc = Location{name: "UTC"}
zoneinfo.go#L104: return l.get().name
zoneinfo.go#L132: name: name,
zoneinfo_read.go#L319: l := &Location{zone: zones, tx: tx, name: name, extend: extend}
zoneinfo_unix.go#L42: localLoc.name = "Local"
zoneinfo_unix.go#L53: localLoc.name = "Local"
zoneinfo_unix.go#L55: localLoc.name = tz
zoneinfo_unix.go#L68: localLoc.name = "UTC"
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)